Clear report styles
It can be performed in two ways:
frxReport1.Styles.Clear;
or
frxReport1.Styles :=
nil
;